*
{
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei"; /*line-height: 2em;*/
    -webkit-text-size-adjust: none;
}

html
{
    font-size: 62.5%;
}

body
{
    /*	margin: 0 auto; 	width: 980px;*/
    width: 100%;
    margin: 0px;
    padding: 0px; /*	background-color: #f7f5f4;*/
    background-color: #f4f4f7;
}

h4
{
    font-size: 1.6rem;
}

.main_content
{
    margin: 0 auto;
    padding-bottom: 10px;
    min-height: 350px; /*width: 980px;*/
    width: 65%;
}

.main_left
{
    display: inline-block;
    width: 63%;
    margin-right: 5%;
    padding-top: 10px;
    vertical-align: top;
    margin-top: 10px;
}

.main_right
{
    display: inline-block;
    width: 27%;
    padding-top: 40px;
    vertical-align: top;
    margin-top: 70px;
}

.image_show
{
    width: 100%; /*overflow: hidden;*/
    position: relative;
    border: 1px #d8d8d8 solid;
    border-radius: 5px;
}

.image_show img
{
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.image_desc
{
    position: absolute;
    font-size: 13px;
    font-size: 1.35rem;
    line-height: 2.5em;
    right: 5%;
    top: 20%;
}

/* 滚动图片展示 */
.gallery
{
    position: relative;
    display: block;
    width: 960px;
    height: 156px; /*	margin: 20px auto;*/
    overflow: hidden;
    border: 1px solid #232323;
    background: url("../image/slide.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out; /* Firefox 4*/
    -webkit-transition: 1s ease-in-out; /*Safari 和 Chrome */
    -o-transition: 1s ease-in-out; /* Opera */
}

div.dot
{
    width: 100%;
}

div.dot span
{
    height: 11px;
    width: 12px;
    right: 48.5%;
    bottom: 15%;
    z-index: 5;
    position: absolute;
    background: url(../image/doc.png);
}

/* 华为大图效果 */
div.photo_show
{
    position: relative;
    display: block;
    overflow: hidden;
    width: 960px;
    height: 540px;
    background-color: #000;
}

div.photo_show img
{
    width: 101%;
    height: 101%;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out; /* Firefox 4*/
    -webkit-transition: .3s ease-in-out; /*Safari 和 Chrome */
    -o-transition: .3s ease-in-out; /* Opera */
}

div.photo_show h2
{
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 100px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out; /* Firefox 4*/
    -webkit-transition: .3s ease-in-out; /*Safari 和 Chrome */
    -o-transition: .3s ease-in-out; /* Opera */
}

div.photo_show p
{
    position: absolute;
    color: #fff;
    left: 40px;
    bottom: -30px;
    width: 50%;
    line-height: 1.2em;
    opacity: 0;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out; /* Firefox 4*/
    -webkit-transition: .3s ease-in-out; /*Safari 和 Chrome */
    -o-transition: .3s ease-in-out; /* Opera */
}

/* 新闻版块 */
.news
{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.story
{
    display: block;
    width: 100%; /*	margin-right: 3%;*/
    height: auto;
    margin-bottom: 20px;
    overflow: hidden; /*	vertical-align: top;*/
}

.code_img
{
    display: inline-block; /*width: 4%;*/ /*width: 61px;*/
    vertical-align: middle;
}

.news header, .story header, .code_img header, .video_show header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px #d8d8d8 solid;
    padding: 0.5em 0em;
}

.line_head
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    font-size: 20px; /*IE 6-8 */
    font-size: 2rem;
}

.line_foot
{
    position: relative;
    right: 5px;
    text-align: right;
    cursor: pointer;
}

.line_foot:after
{
    vertical-align: middle; /*margin-left:10px;*/
    content: " ";
    height: 0.5em;
    width: 0.5em;
    border-width: 2px 2px 0px 0px;
    border-color: #c8c8cd;
    border-style: solid;
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    display: inline-block;
    cursor: pointer;
}

.news article
{
    width: 100%;
    padding: 1em 0;
    height: auto;
    display: block;
    vertical-align: middle;
}

.news article div
{
    width: 35%;
    display: inline-block;
    margin-right: 4%;
    vertical-align: middle;
}

.news article section
{
    width: 60%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.news_list, .story_list, .honor_list
{
    width: 100%;
}

.news_list ul, .story_list ul, .honor_list ul
{
    width: 100%;
    font-size: 14px; /* IE 6-8 */
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style-type: none;
}

.news_list ul li, .story_list ul li, .honor_list ul li
{
    line-height: 2em;
    display: block; /*width: 45%;*/
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url('../image/i07.jpg') no-repeat left center;
    padding-left: 12px;
    border-bottom: 1px #d8d8d8 dotted;
}

.news_list ul li a, .story_list ul li a, .honor_list ul li a
{
    line-height: 2em;
}

.culture_list ul li, .honor_list ul li
{
    width: 100%;
}

.news_list ul li.col2_head
{
    margin-top: -6em;
}

.story_list ul li.col2_head
{
    margin-top: -10em;
}

.news_list ul li.col2, .story_list ul li.col2
{
    margin-left: 50%;
}

.news a:link, .news a:visited, .news a:active, .story a:link, .story a:visited, .story a:active
{
    color: #000;
    text-decoration: none;
}

.news a:hover, .story a:hover
{
    color: #004098;
    text-decoration: none;
}

/* 导航栏 */
.nav_content
{
    width: 100%; /*	height: 550px;*/ /*	background: url("image/图片1.png") center center no-repeat; 	background-color: #fff;     background-size: cover;*/
    font-size: 1.6rem;
    overflow: hidden;
    position: relative;
}

.nav_content_up
{
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px;
    margin: 0px;
    -moz-box-shadow: 0px 12px 10px -5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 12px 10px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 12px 10px -5px rgba(0,0,0,0.3);
    position: fixed; /*固定作用*/ /*ie6下样式，加下划线表示只针对ie6 的hack */
    _position: absolute; /* 把导航栏位置定义为绝对位置  关键*/
    _top: expression(documentElement.scrollTop + "px"); /* 把导航栏位置放在浏览器垂直滚动条的顶端  关键 */
}

.nav_content_down
{
    /*width: 980px;*/
    width: 65%;
    margin: 0 auto;
    padding: 0px;
    top: 85px;
    z-index: 3;
    position: fixed; /*固定作用*/ /*ie6下样式，加下划线表示只针对ie6 的hack */
    _position: absolute; /* 把导航栏位置定义为绝对位置  关键*/
    margin-left: 350px;
}

.nav_content > img
{
    -webkit-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
}

nav
{
    margin: 0 auto;
    width: 65%; /*	width: 980px;*/ /*	width: 100%;*/
    position: relative;
    background: transparent;
    z-index: 10; /* add */ /*	bottom: 100px;*/
}

nav div
{
    display: inline-block;
    width: 15%;
    height: auto;
    margin-right: 2%;
    vertical-align: middle;
}

ul.nav_ul
{
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    width: 80%;
    height: 85px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

li.nav_li
{
    display: inline-block;
    margin: 0; /*	border-right: 1px solid #fff;*/
    width: 16%;
    height: 100%;
    list-style-type: none;
}

li.nav_li:last-child
{
    border-right: 0px;
}

li.nav_li a
{
    display: block;
    vertical-align: middle;
    height: 100%;
    line-height: 85px;
    text-decoration: none;
}

.slide_panel
{
    padding: 0;
    margin: 0;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 3; /*	width: 980px;*/
    width: 100%;
    background-color: rgba(241,241,241,0.5);
}

.slide_panel ul
{
    font-weight: normal;
    width: 100%;
    padding: 1.2em 0;
    margin: 0;
    text-align: center;
}

.slide_panel ul li
{
    display: inline-block;
    border-right: 1px solid #fff;
    width: 16%;
    list-style-type: none;
}

.slide_panel ul li:last-child
{
    border-right: 0px;
}

.slide_panel ul li a
{
    display: block;
    vertical-align: middle;
    text-decoration: none;
}

li.nav_li a:link, li.nav_li a:visited, .slide_panel ul li a:link, .slide_panel ul li a:visited
{
    color: #445; /*background-color: transparent;*/
}

li.nav_li a:hover, .slide_panel ul li a:hover
{
    color: #004098;
    text-decoration: underline; /*background-color: #fff;*/
}

li.nav_li a:active .slide_panel ul li a:active
{
    color: #004098;
}

.nav_desc
{
    position: absolute;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 12%; /*	background-color: rgba(19, 90, 158, 0.9);*/
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav_desc p
{
    display: inline-block;
    line-height: 2.3em;
    font-size: 13px;
    font-size: 1.35rem;
}
/*
.selected {
  color: #445 !important;
  background-color: #fff !important;
}*/

/* 缩略图变大图 */
.close-tag
{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: red;
}

.close-tag:before, .close-tag:after
{
    content: '';
    position: absolute;
    background-color: #a9a9a9;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.close-tag:before
{
    left: 45%;
    top: -10%;
    width: 10%;
    height: 120%;
}

.close-tag:after
{
    top: 45%;
    left: -10%;
    width: 120%;
    height: 10%;
}

.showbig_img
{
    cursor: zoom-in;
}

.window
{
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: 999;
    visibility: hidden;
    opacity: 1;
    background-color: rgba(231,229,220,0.3);
    -webkit-transition: all 0.6s;
    -webkit-transform: translateX(-0%) translateY(-0%) scale(0.5);
    text-align: center;
    overflow: scroll;
}

.window span
{
    display: table-cell;
    vertical-align: middle;
}

.window img
{
    width: 35%;
    height: auto;
    border-radius: 20px;
    cursor: zoom-out;
}

.window-show
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-0%) translateY(-0%) scale(1);
}

/* activity_show */
.activity_show
{
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
}

.activity_one
{
    width: 90px;
    height: auto;
    overflow: hidden;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
}

.activity_one:last-child
{
    margin-right: 0px;
}

.activity_photo
{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(../image/bizhi.jpg) center center no-repeat;
    background-size: cover;
    display: block;
}

/* main_right */
.main_right img
{
    width: 100%;
    height: auto;
}

.main_right header
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* addition */
.company_culture, .company_honor
{
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}

.company_culture
{
    width: 30%;
    margin-right: 10%;
}

.company_honor
{
    width: 58%;
}

/* footer */
footer
{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #fff;
}


/* about.html */

/* main_content */
.left_menu
{
    width: 20%;
    margin-right: 10%;
    margin-top: 2%;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    position: fixed; /*固定作用*/
    _position: absolute; /* 定义为绝对位置  关键*/
    _top: expression(documentElement.scrollTop + "px"); /* 垂直滚动条的顶端  关键 */
}

.menu_hd, .content_hd_line
{
    color: #004098;
    padding-bottom: 10px;
    border-bottom: 1px #d8d8d8 solid;
    font-size: 25px; /* IE 6-8 */
    font-size: 2.5rem;
}

.left_menu ul
{
    padding-top: 5px;
}

.left_menu ul li
{
    list-style-type: none;
    line-height: 2.5em;
    font-size: 15px; /* IE 6-8 */
    font-size: 1.5rem;
    background: url('../image/i07.jpg') no-repeat 5px center;
    padding-left: 17px;
    border-bottom: 0.5px #d8d8d8 solid;
    display: block;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left_menu ul li a
{
    display: block;
}

.left_menu ul li a:link, .left_menu ul li a:visited
{
    text-decoration: none;
    color: #000;
}

.left_menu ul li a:hover
{
    color: #fff;
}

.left_menu ul li:hover
{
    background: url('../image/i08.jpg') no-repeat 5px center;
    background-color: #004098; /*background: url('image/i08.jpg') no-repeat left center;*/
}


.right_content
{
    width: 69%;
    vertical-align: top;
    display: inline-block;
    margin-left: 400px;
    margin-top: 3%;
    margin-bottom: 0px;
}

.content_hd_line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-top: 0px;
}

.content_hd
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content_hd_detail
{
    font-size: 13px; /* IE 6-8 */
    font-size: 1.3rem;
    color: #000;
}

.content_main
{
    padding-top: 10px;
    width: 100%;
}

.content_main_gal
{
    float: left;
    width: 50%;
    margin-right: 5%;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.content_main p
{
    line-height: 2em;
    font-size: 15px; /* IE 6-8 */
    font-size: 1.5rem;
}

li.select
{
    background: url('../image/i08.jpg') no-repeat 5px center !important;
    background-color: #004098 !important;
}

a.selected
{
    color: #fff !important;
}

/* develop.html */

/*content_main */

.period
{
    width: 100%;
    margin-top: 0.5em; /*border: 0.5px #004098 dotted;*/
}

.period header
{
    margin-bottom: 0.5em;
}

.period header span
{
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 18px; /* IE 6-8 */
    font-size: 1.8rem;
    color: #007cdc;
}

.period article
{
    width: 80%;
    padding: 0px 40px;
    font-size: 16px; /* IE 6-8 */
    font-size: 1.6rem;
    color: #46638c;
    line-height: 2em;
    background: url("../image/index_background.png") 12.5px no-repeat; /*	border-left: 1px #46638c dotted;*/
}

.period article p:first-child
{
    border-bottom: 0.5px #d8d8d8 solid;
    font-weight: bold;
}


/* culture.html */

/*content_main */

.culture_one
{
    border-bottom: 1px #d8d8d8 solid;
    line-height: 2em;
    padding: 0.8em 0px;
}

.culture_one header span
{
    vertical-align: middle;
    font-size: 18px; /* IE 6-8 */
    line-height: 2.2em;
    font-size: 1.8rem;
    font-weight: bold;
    color: #007cdc;
}

.culture_one_hd
{
    vertical-align: middle;
    content: " ";
    height: 0.5em;
    width: 0.5em;
    border-width: 2px 2px 2px 2px;
    border-color: #007cdc;
    border-style: solid;
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    display: inline-block;
    cursor: pointer;
}

.culture_one p
{
    font-size: 16px; /* IE 6-8 */
    font-size: 1.6rem;
    padding-left: 1.7em;
}

.p_hd
{
    font-weight: bold;
    color: #46638c;
}

/* product.html */

.table_container
{
    display: table;
    border-spacing: 10px;
    width: 100%;
}

.product_one
{
    padding: 0.5em 0;
    width: 100%;
    border-bottom: 1px #d8d8d8 solid;
}

.product_image
{
    width: 35%;
    display: inline-block;
    overflow: hidden;
    padding: 20px 0px; /*	height: 50px;*/
    vertical-align: middle;
}

.product_image_container
{
    background-color: #e9e9e9;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.product_image_container image
{
    cursor: zoom-in;
}

.product_desc
{
    margin-left: 5%;
    width: 58%;
    padding: 1em 0;
    display: inline-block;
    vertical-align: middle;
}

.product_one header
{
    color: #004098;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
    font-size: 16px;
    font-size: 1.6rem;
}

.product_desc p
{
    line-height: 1.8em;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
}

.product_desc span
{
    color: #004098;
}

.page_foot
{
    width: 100%;
    margin-top: 60px;
    color: #7b7a8e;
    text-align: center;
}

.page_foot_hd
{
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 2em;
}

.page_foot div
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.page_foot ul li
{
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
    height: 2em;
    background-color: #d1d1d3;
    cursor: pointer;
}

.page_foot ul li a
{
    padding: 0em 1em;
    line-height: 2em;
    text-decoration: none;
    cursor: pointer;
}

.page_foot ul li a:link, .page_foot ul li a:visited, .page_foot ul li a:active
{
    color: #7b7a8e;
    background-color: #d1d1d3;
}

.page_foot ul li a:hover
{
    background-color: #004098;
    color: #fff;
}

.page_foot ul li:hover
{
    background-color: #004098;
    color: #fff;
}

/* news.html */
.news_one
{
    width: 100%;
    padding: 20px 0px;
    display: block;
    border-bottom: 1px #d8d8d8 solid;
}

.news_date
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
    width: 10%;
    text-align: center;
    line-height: 2em;
}

.news_day
{
    width: 100%;
    background-color: #e2eaea;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 2px;
    padding: 1em 0em;
}

.news_year_month
{
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #e2eaea;
    width: 100%;
}

.news_content
{
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}

.news_header p
{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.news_content a:link, .news_content a:visited, .news_content a:active
{
    color: #000;
    text-decoration: none;
}

.news_content a:hover
{
    color: #004098;
    text-decoration: none;
}

.news_detail span
{
    font-size: 13.8px;
    font-size: 1.38rem;
    line-height: 1.6em;
    margin-right: 2px;
}

.news_detail a
{
    cursor: pointer;
}

/* display_news.html */

.displaynews_main
{
    width: 65%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 5%;
    padding-left: 5%;
}

.logo_line
{
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px #d8d8d8 solid;
}

.news_title_line
{
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 0.8em 0em;
    border-bottom: 1px #d8d8d8 dotted;
}

.news_desc_line
{
    width: 100%;
    text-align: center;
    font-size: 15.5px;
    padding: 0.8em 0em;
    border-bottom: 1px #d8d8d8 dotted;
}

.news_desc_line span
{
    margin-right: 5%;
}

.news_desc_line span:last-child
{
    margin-right: 0px;
}

.font_adjust text
{
    cursor: pointer;
}

.news_details
{
    padding: 40px 0px;
    font-size: 15px;
    line-height: 2.5em;
    border-bottom: 1px #d8d8d8 dotted;
}

.news_footer_line
{
    /*	color: #004098;*/
    font-size: 15px;
    padding: 0.8em 0em;
    text-align: right;
}


/* contact.html */
.company_one
{
    width: 100%; /*border-bottom: 1px #d8d8d8 solid;*/
    padding-bottom: 20px;
    margin-top: 20px;
}

.company_one:first-child
{
    margin-top: 0px;
}

.company_head
{
    width: 100%;
    font-weight: bold;
    color: #46638c;
    border-bottom: 1px #c9c9c9 dotted;
}

.company_head p
{
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 0.5em;
}

.company_content
{
    width: 100%;
    padding-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.company_content_one
{
    width: 26%;
    height: auto;
    padding: 5px 0px;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px #d8d8d8 solid;
    min-height: 150px;
    line-height: 2.5em;
    border-radius: 10px;
}

.company_content_one:last-child
{
    margin-right: 0px;
}

.company_content_img
{
    width: 30%;
    margin-left: 35%; /*margin-top: -35px;*/
    text-align: center;
}

.company_content_one header
{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.company_content_one p
{
    font-size: 14px;
    font-size: 1.4rem;
}

.company_img
{
    width: 100%;
}

/* yinjin.html */

.zhaopin_one
{
    width: 100%;
    margin-top: 20px;
}

.zhaopin_one:first-one
{
    margin-top: 0;
}

.zhaopin_one header
{
    width: 100%;
    font-weight: bold;
    color: #46638c;
    padding: 1em 0em;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px #c9c9c9 dotted;
}

.zhaopin_one table
{
    margin-top: 20px;
    width: 100%;
    line-height: 2.5em;
}

td, th
{
    text-align: center;
    width: 100px;
}

.zhaopin_one td, .zhaopin_one th
{
    padding: 0.5em;
    min-width: 6em;
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
    vertical-align: middle;
}

.zhaopin_one td:first-child, .zhaopin_one th:first-child
{
    border-left: 0px;
}

.zhaopin_one th
{
    /*background-color: #b4c6e7;*/
    background-color: #4472c4;
    color: #f4f4f7;
    font-size: 14px;
    font-size: 1.4em;
}

.zhaopin_one td
{
    background-color: #d9e2f3;
    font-size: 13.5px;
    font-size: 1.35em;
}

.zhaopin_one td a
{
    background-color: #d9e2f3;
    font-size: 13.5px;
    font-size: 1.35em;
    cursor: pointer;
}

.td_left
{
    text-align: left;
}

/* honor.html */

.honor_one
{
    width: 33%;
    display: inline-block;
    margin-right: 10%;
    margin-top: 30px;
}

.honor_one:nth-child(odd)
{
    margin-left: 10%;
}

.honor_one img, .honor_one_special img, .ability_one img
{
    width: 100%;
    height: auto;
    cursor: zoom-in;
}

.honor_one_special
{
    width: 22.5%;
    margin-right: 4%;
    display: inline-block;
    margin-top: 30px;
}

.honor_one_special:nth-child(3n+1)
{
    margin-left: 10%;
}


/* ability.html */

.ability_one
{
    width: 27%;
    margin-right: 4%;
    display: inline-block;
    margin-top: 30px;
}

.ability_one:nth-child(3n+1)
{
    margin-left: 4%;
}

/* baokan.html */

.baokan_one
{
    width: 100%;
    display: block;
    margin-top: 20px;
}

.baokan_one img
{
    width: 100%;
    height: auto;
    cursor: zoom-in;
}

.window1
{
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: 999;
    visibility: hidden;
    opacity: 1;
    background-color: rgba(231,229,220,0.3);
    -webkit-transition: all 0.6s;
    -webkit-transform: translateX(-0%) translateY(-0%) scale(0.5);
    text-align: center;
    overflow: scroll;
}

.window1 span
{
    vertical-align: middle;
}

.window1 img
{
    width: 100%;
    height: auto;
    border-radius: 20px; /*cursor: zoom-out;*/
}

.window-show1
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(1);
}

.window_right
{
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 5%;
    text-align: right;
    cursor: pointer;
}

.window_right:after
{
    vertical-align: middle; /*margin-left:10px;*/
    content: " ";
    height: 50px;
    width: 50px;
    border-width: 12px 12px 0px 0px;
    border-color: #d8d8d8;
    border-style: solid;
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    display: inline-block;
    cursor: pointer;
    opacity: 0.8; /*background-color: #eee; 	border-radius: 50%;*/
}

.window_left
{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 5%;
    text-align: left;
    cursor: pointer;
}

.window_left:before
{
    vertical-align: middle; /*margin-left:10px;*/
    content: " ";
    height: 50px;
    width: 50px;
    border-width: 12px 12px 0px 0px;
    border-color: #d8d8d8;
    border-style: solid;
    transform: matrix(-.71, -.71, .71, -.71, 0, 0);
    display: inline-block;
    cursor: pointer;
    opacity: 0.8; /*background-color: #eee; 	border-radius: 50%;*/
}

.menu_ft
{
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    text-align: left;
}

.left_ft
{
    text-align: left;
    cursor: pointer;
}

.left_ft:before
{
    vertical-align: middle; /*margin-left:10px;*/
    content: " ";
    height: 0.5em;
    width: 0.5em;
    border-width: 2px 2px 0px 0px;
    border-color: #d8d8d8;
    border-style: solid;
    transform: matrix(-.71, -.71, .71, -.71, 0, 0);
    display: inline-block;
    cursor: pointer;
}

.right_ft
{
    text-align: right;
    cursor: pointer;
}

.right_ft:after
{
    vertical-align: middle; /*margin-left:10px;*/
    content: " ";
    height: 0.5em;
    width: 0.5em;
    border-width: 2px 2px 0px 0px;
    border-color: #d8d8d8;
    border-style: solid;
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    display: inline-block;
    cursor: pointer;
}

.content_ft
{
    cursor: pointer;
}

.select_ft
{
    color: #004098;
}

/* slide */

.content_main_gal img
{
    display: inline-block;
    width: 100%;
    height: auto;
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out; /* Firefox 4*/
    -webkit-transition: 1s ease-in-out; /*Safari 和 Chrome */
    -o-transition: 1s ease-in-out; /* Opera */
}

/* adjust */

.nav_content
{
    min-width: 980px;
}

.main_content
{
    min-width: 980px;
    margin-top: 10px;
}
